projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6900c8
)
Fixed incompatibility with some C compilers.
author
parkrrrr
<parkrrrr>
Thu, 17 Nov 2005 13:22:55 +0000
(13:22 +0000)
committer
parkrrrr
<parkrrrr>
Thu, 17 Nov 2005 13:22:55 +0000
(13:22 +0000)
smplrout.c
patch
|
blob
|
history
diff --git
a/smplrout.c
b/smplrout.c
index 9df6078a72d2b9db55eb15f3335e54cde00accd2..cd1318ac97a09d1b5be82ba71d5edbe707b307ab 100644
(file)
--- a/
smplrout.c
+++ b/
smplrout.c
@@
-271,8
+271,8
@@
routesimple_process( void )
void
routesimple_init(const char *args) {
- count = 0;
char *fm = NULL;
+ count = 0;
if ( !!countopt == !!erroropt ) {
fatal( MYNAME ": You must specify either count or error, but not both.\n");